메인 콘텐츠로 건너뛰기
POST
/
audiences
/
segments
Create an audience segment
curl --request POST \
  --url https://your_a2_service/audiences/segments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "management_type": "selfmanaged",
  "name": "<string>",
  "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "approximated_size": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "deprecated_properties": {},
  "description": "<string>",
  "properties": {},
  "updated_at": "2023-11-07T05:31:56Z"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "management_type": "selfmanaged",
  "name": "<string>",
  "no": 123,
  "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "approximated_size": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "deprecated_properties": {},
  "description": "<string>",
  "properties": {},
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

본문

application/json

오디언스 세그먼트 생성 스키마

management_type
enum<string>
필수

세그먼트 관리 유형

사용 가능한 옵션:
selfmanaged,
systemmanaged
name
string
필수

세그먼트 이름

owner_id
string<uuid>
필수

소유자 ID

approximated_size
integer | null

예상 세그먼트 크기

created_at
string<date-time> | null

생성 일시

deprecated_properties
Deprecated Properties · object

더 이상 사용하지 않는 속성 목록

description
string | null

세그먼트 설명

properties
Properties · object

세그먼트 속성

키는 AudienceAttribute.code, 값은 AudienceAttributeValue.value 목록

updated_at
string<date-time> | null

변경 일시

응답

Successful Response

오디언스 세그먼트 조회 스키마

id
string<uuid>
필수
management_type
enum<string>
필수

세그먼트 관리 유형

사용 가능한 옵션:
selfmanaged,
systemmanaged
name
string
필수

세그먼트 이름

no
integer
필수
owner_id
string<uuid>
필수

소유자 ID

approximated_size
integer | null

예상 세그먼트 크기

created_at
string<date-time> | null

생성 일시

deprecated_properties
Deprecated Properties · object

더 이상 사용하지 않는 속성 목록

description
string | null

세그먼트 설명

properties
Properties · object

세그먼트 속성

키는 AudienceAttribute.code, 값은 AudienceAttributeValue.value 목록

updated_at
string<date-time> | null

변경 일시